golang.org/x/net/http2.serverConn.inGoAway (field)
6 uses
golang.org/x/net/http2 (current package)
server.go#L463: inGoAway bool // we've started to or sent GOAWAY
server.go#L907: sentGoAway := sc.inGoAway && !sc.needToSendGoAway && !sc.writingFrame
server.go#L1289: if !sc.inGoAway || sc.goAwayCode == ErrCodeNo {
server.go#L1344: if sc.inGoAway {
server.go#L1350: sc.inGoAway = true
server.go#L1444: if sc.inGoAway && (sc.goAwayCode != ErrCodeNo || f.Header().StreamID > sc.maxClientStreamID) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)